home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 3.iso / screensavers / saver17.zip / VoodooLights / Sources / tex.h < prev    next >
C/C++ Source or Header  |  1997-06-30  |  161b  |  9 lines

  1. #ifndef _TEXTURE_H_
  2. #define _TEXTURE_H_
  3.  
  4.  
  5. extern GrMipMapId_t tex_InitTexture( char *name ) ;
  6.  
  7. extern void tex_SetTexSource( GrMipMapId_t src ) ;
  8.  
  9. #endif